home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / feynmf / readme < prev   
Text File  |  1995-03-15  |  5KB  |  143 lines

  1. # README,v 1.14 1995/02/18 16:56:27 ohl Exp
  2. ########################################################################
  3.  
  4.     This is feynmf, a combined LaTeX/Metafont package for easy drawing
  5.     of professional quality Feynman diagrams.  feynmf lays out most
  6.     diagrams satisfactorily from the structure of the graph without
  7.     any need for manual intervention.  Nevertheless all the power of
  8.     Metafont is available for the most obscure cases.  See the
  9.     documentation for appetizers, examples and more details.
  10.  
  11.     Anyway, you are invited to share, use, abuse, and improve it, see
  12.     the file COPYING for details.
  13.  
  14.     Enjoy,
  15.     -Thorsten
  16.  
  17. ########################################################################
  18.  
  19.    Installation:
  20.  
  21.    You need a recent LaTeX (LaTeX2e, as of June 1994 is sufficient) to
  22.    use feynmf,  docstrip.tex to install it and doc.sty to typeset the
  23.    documentation.  If it is not already on your system, you can get
  24.    all this (and much more) from your nearest CTAN host.
  25.  
  26.    To install, either use the Makefile or use the installation file
  27.    feynmf.ins:
  28.  
  29.      $ latex feynmf.ins
  30.  
  31.    then you can typeset the documentation by
  32.  
  33.      $ latex fmfman.drv
  34.      $ mf '\mode:=laserjet; input fmfsampl'
  35.      $ latex fmfman.drv
  36.      $ makeindex -s gind.ist -o fmfman.ind fmfman.idx
  37.      $ makeindex -s gglo.ist -o fmfman.gls fmfman.glo
  38.      $ latex fmfman.drv
  39.  
  40.    or by using the Makefile (`make man').  That's it.
  41.  
  42.    There is another installation file for LaTeX 2.09 compatible
  43.    versions: feynmf209.ins.
  44.  
  45. ########################################################################
  46.  
  47.    There have been reports that the two LaTeX pictures in the
  48.    introduction are too big for memory starved MS-DOG systems.  You
  49.    can use your favorite text editor to remove them, they're not
  50.    really essential (you can mail me for a PostScript file -- or you
  51.    can install Linux, the latter will cure your memory problems :-).
  52.  
  53. ########################################################################
  54.  
  55.     Comments, bug reports and improvements are welcome at:
  56.  
  57.         Thorsten.Ohl@Physik.TH-Darmstadt.de
  58.         (aka: ohl@crunch.ikp.physik.th-darmstadt.de)
  59.  
  60.     New versions can be found in:
  61.  
  62.         crunch.ikp.physik.th-darmstadt.de:/pub/ohl/feynmf
  63.  
  64.     or at CTAN:
  65.  
  66.         {ftp.shsu.edu,ftp.tex.ac.uk,ftp.dante.de}:
  67.           ... macros/latex/contrib/supported/feynmf
  68.  
  69.     There are two mailing lists
  70.  
  71.         feynmf-announce@crunch.ikp.physik.th-darmstadt.de
  72.         feynmf-bugs@crunch.ikp.physik.th-darmstadt.de
  73.  
  74.     both are open for subscription.  The former should be very low
  75.     volume and carry only important announcements.  The latter can
  76.     serve as a more general discussion forum.
  77.  
  78.     To subscribe, send mail to
  79.  
  80.         majordomo@crunch.ikp.physik.th-darmstadt.de
  81.  
  82.     and NOT to the lists itself.  The following commands (on a line in
  83.     the body of the mail, not in the subject) are useful: `subscribe
  84.     feynmf-announce', `unsubscribe feynmf-bugs', `help', etc.
  85.  
  86. ########################################################################
  87.  
  88. NEWS for Version 0.8beta (Id:feynmf.dtx,v 1.10 1995/02/18 16:42:18)
  89.  
  90.    o  provide compatibility hacks for LaTeX 2.09
  91.  
  92.    o  plugged string memory hole.
  93.  
  94.    o  streamline line styles and provide some more.
  95.  
  96.    o  fix compatibility with AMS-LaTeX
  97.  
  98.    o  \fmffixed: specify fixed distances between vertices.
  99.  
  100. NEWS for Version 0.7beta (Id: feynmf.dtx,v 1.9 1994/10/23 20:27:58)
  101.  
  102.    o  generalized decorations.
  103.  
  104.    o  incompatible change in line and vertex options: dist ->
  105.       label.dist, angle -> label.angle, etc.
  106.  
  107.    o  interfaces are stabilizing, we're moving towards beta now.
  108.  
  109. NEWS for Version 0.6alpha (Id: feynmf.dtx,v 1.7 1994/10/22 19:35:00)
  110.  
  111.    o  export a more consistent set of looping commands to LaTeX.
  112.  
  113.    o  fix a stupid bug in the new arrow code.
  114.  
  115. NEWS for Version 0.5alpha (Id: feynmf.dtx,v 1.6 1994/10/21 00:41:00):
  116.  
  117.    o  shrinking dimensions.
  118.  
  119.    o  prettier (?) arrows on curved arcs.
  120.  
  121.    o  optional argument to the left and right options for pulling in
  122.       and pushing out detours.
  123.  
  124. NEWS for Version 0.4alpha (Id: feynmf.dtx,v 1.5 1994/05/28 12:10:04):
  125.  
  126.    o  MetaPost support.
  127.  
  128. NEWS for Version 0.3alpha (Id: feynmf.dtx,v 1.4 1994/05/26 18:36:01):
  129.  
  130.    o  ensure that a METAFONT output stream is open.
  131.  
  132. NEWS for Version 0.2alpha (Id: feynmf.dtx,v 1.3 1994/05/20 22:59:38):
  133.  
  134.    o  fixed compatibility bugs (closing wrong output stream, using
  135.       \fileversion when already invalid).
  136.  
  137.    o  better RCS version control support.
  138.  
  139. ########################################################################
  140. # Local Variables:
  141. # mode:indented-text
  142. # End:
  143.